Configuring the BlueCielo File Publishing Service specifies where the service will monitor for new files, how often it monitors, and where and how it will register the files in the Publisher database for publishing.
To configure the BlueCielo File Publishing Service:
Following is a simple example of these settings:
<setting name="PublisherServicesAddress" serializeAs="String"> <value>http://nkv/Publisher/</value> </setting> <setting name="MonitorSecondsPeriod" serializeAs="String"> <value>60</value> </setting> <setting name="PreventDuplicate" serializeAs="String"> <value>True</value> </setting> <setting name="MonitorFolders" serializeAs="Xml"> <value> <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <string>45E2E0;D:\ToPublish\</string> </ArrayOfString> </value> </setting>
Related concepts
Understanding the Windows file system link
Related tasks
Installing components on a Windows file server
Running the BlueCielo File Publishing Service
Configuring a SharePoint server
Configuring the BlueCielo Project Portal Publishing Service
Configuring a Meridian Enterprise Server cluster
NEW Exporting the configuration
Related information